DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / GetItem Method
The index path.

In This Topic
    GetItem Method (C1TableViewSource<T>)
    In This Topic
    Gets an item from the UIKit.UITableView Foundation.NSIndexPath.
    Syntax
    'Declaration
     
    Public Function GetItem( _
       ByVal indexPath As Foundation.NSIndexPath _
    ) As T
    public T GetItem( 
       Foundation.NSIndexPath indexPath
    )

    Parameters

    indexPath
    The index path.
    See Also